home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / allegro / build-prelude next >
Encoding:
Text File  |  1994-09-27  |  1.0 KB  |  15 lines  |  [TEXT/ttxt]

  1. /allegro/next-patches/patch0151.fasl"))
  2. #+sparc (load "com/allegro/sparc-patches/patch0151.fasl")
  3. (make-package "MUMBLE-IMPLEMENTATION" :use '("LISP"))
  4. (proclaim '(optimize (speed 3) (safety 0) (compilation-speed 0)))
  5. (load "cl-support/cl-init")
  6. (in-package :mumble-user)
  7. (setf *printers* '(phase-time dump-stat))
  8. ;; Set appropriate compiler settings for processing the prelude.
  9. ;; Don't try to compile the interface.
  10. (setf *code-chunk-size* 300)
  11. (setf *compile-interface* '#f)
  12. (compile/compile *prelude-unit-filename*)
  13. (excl:exit)
  14. EOF
  15.